Changes between Initial Version and Version 1 of Ticket #46991, comment 4
- Timestamp:
- 05/20/2019 05:59:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46991, comment 4
initial v1 25 25 $value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int)$the_['accepted_args'] ) ); 26 26 } 27 }28 27 29 if ( $value instanceof \WP_Hook_Stop ) { 30 $value = $value->get_value(); 31 break; 28 if ( $value instanceof \WP_Hook_Stop ) { 29 $value = $value->get_value(); 30 break 2; 31 } 32 32 } 33 33