aioseo_get_options, $options

aioseo_get_options, $options

Hook Type: filter

See hook in core

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

apply_filters('aioseo_get_options, $options') is found 1 times:

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