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.5.9.2

apply_filters('aioseo_get_options') is found 1 times:

  • /app/Common/Options/Options.php line 495
    			$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 = [];
    		}