Changeset 46127 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 09/15/2019 11:03:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r45607 r46127 2542 2542 * 2543 2543 * @see Tests_WP_Customize_Manager::test_set_post_value() 2544 */ 2545 function capture_customize_post_value_set_actions() { 2544 * 2545 * @param mixed ...$args Optional arguments passed to the action. 2546 */ 2547 function capture_customize_post_value_set_actions( ...$args ) { 2546 2548 $action = current_action(); 2547 $args = func_get_args();2548 2549 $this->captured_customize_post_value_set_actions[] = compact( 'action', 'args' ); 2549 2550 }
Note: See TracChangeset
for help on using the changeset viewer.