aioseo_disable_link_format

aioseo_disable_link_format

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

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

apply_filters('aioseo_disable_link_format') is found 1 times:

  • /app/Common/Admin/Admin.php line 282
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    *
     * @return void
     */
    private function registerLinkFormatHooks() {
        if ( apply_filters( 'aioseo_disable_link_format', false ) ) {
            return;
        }
     
        add_action( 'wp_enqueue_editor', [ $this, 'addClassicLinkFormatScript' ], 999999 );
     
        global $wp_version; // phpcs:ignore Squiz.NamingConventions.ValidVariableName