wpseo_dynamic_permalinks_enabled

wpseo_dynamic_permalinks_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_dynamic_permalinks_enabled') is found 1 times:

  • /src/helpers/indexable-helper.php line 214
    		 * 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