ajax:适用于WordPress的AJAX包装器

时间:2024-02-20 15:37:38
【文件属性】:

文件名称:ajax:适用于WordPress的AJAX包装器

文件大小:30KB

文件格式:ZIP

更新时间:2024-02-20 15:37:38

php wordpress wrapper ajax micropackage

阿贾克斯 :dna: 关于阿积士 此微包是PHP中WordPress AJAX响应的包装。 :floppy_disk: 安装 composer require micropackage/ajax :joystick: 用法 基本用法 use Micropackage \ Ajax \ Response ; function ajax_action_handler () { $ response = new Response (); // Handle nonce. $ response -> verify_nonce ( $ action = 'my_action' , $ query_arg = 'noncefield' , $ send_if_failed = true ); // Do some checks and immediately send an error. if ( something_is_wrong () ) { $ response -> error ( 'Error message' ); } // This is never rea


【文件预览】:
ajax-master
----.gitignore(2KB)
----src()
--------Response.php(2KB)
----bin()
--------install-wp-tests.sh(5KB)
----LICENSE(34KB)
----composer.json(859B)
----CHANGELOG.md(201B)
----.github()
--------workflows()
----composer.lock(68KB)
----README.md(2KB)
----phpunit.xml(480B)
----tests()
--------bootstrap.php(810B)
--------test-response.php(3KB)
----phpcs.xml(2KB)
----.gitattributes(14B)
----.editorconfig(226B)

网友评论