Changeset 13019
- Timestamp:
- 12/06/2023 05:39:48 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-blueprint.php
r12999 r13019 18 18 'methods' => array( \WP_REST_Server::READABLE, \WP_REST_Server::CREATABLE ), 19 19 'callback' => array( $this, 'blueprint' ), 20 'permission_callback' => '__return_true', 20 21 'args' => array( 21 22 'plugin_slug' => array(
Note: See TracChangeset
for help on using the changeset viewer.