wpseo_dynamic_permalinks_enabled, $this->options_helper->get( dynamic_permalinks, false
wpseo_dynamic_permalinks_enabled, $this->options_helper->get( dynamic_permalinks, false
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_dynamic_permalinks_enabled, $this->options_helper->get( dynamic_permalinks, false') is found 1 times:
- /src/helpers/indexable-helper.php line 236
* Filters the value of the `dynamic_permalinks` option. * * @param bool $value The value of the `dynamic_permalinks` option. */ return (bool) \apply_filters( 'wpseo_dynamic_permalinks_enabled', $this->options_helper->get( 'dynamic_permalinks', false ) ); } /** * Sets a boolean to indicate that the indexing of the indexables has completed. * * @return void