wpseo_dynamic_permalinks_enabled

wpseo_dynamic_permalinks_enabled

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_dynamic_permalinks_enabled') is found 1 times:

  • /src/helpers/indexable-helper.php line 236
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
         * 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