porter_core_pattern_categories
Last updated
Type: Filter
Location: includes/porter-config-patterns.php:206
apply_filters( 'porter_core_pattern_categories', ... );Modify the value passed through this filter to customise PorterWP behaviour.
1
$this->core_pattern_categories
Description pending
add_filter( 'porter_core_pattern_categories', function ( $value ) {
// Modify value here.
return $value;
} );Last updated