Changeset 52389 for trunk/tests/phpunit/tests/hooks/iterator.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/hooks/iterator.php
r50342 r52389 14 14 $hook = new WP_Hook(); 15 15 $tag = __FUNCTION__; 16 $priority = rand( 1, 100 );17 $accepted_args = rand( 1, 100 );16 $priority = 1; 17 $accepted_args = 2; 18 18 19 19 $hook->add_filter( $tag, $callback_one, $priority, $accepted_args );
Note: See TracChangeset
for help on using the changeset viewer.