porter_wp_inc_load_first_filepaths
Last updated
Type: Filter
Location: includes/traits/inc.php:44
apply_filters( 'porter_wp_inc_load_first_filepaths', ... );Modify the value passed through this filter to customise PorterWP behaviour.
1
$load_first
Description pending
add_filter( 'porter_wp_inc_load_first_filepaths', function ( $value ) {
// Modify value here.
return $value;
} );Last updated