aioseo_get_options

aioseo_get_options

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_get_options') is found 1 times:

  • /app/Common/Options/Options.php line 535
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
        $this->defaultsMerged,
        $this->addValueToValuesArray( $this->defaultsMerged, $dbOptions )
    );
     
    aioseo()->core->optionsCache->setOptions( $this->optionsName, apply_filters( 'aioseo_get_options', $options ) );
     
    // Get the localized options.
    $dbOptionsLocalized = get_option( $this->optionsName . '_localized' );
    if ( empty( $dbOptionsLocalized ) ) {
        $dbOptionsLocalized = [];
    }