aioseo_get_post

aioseo_get_post

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

  • /app/Common/Models/Post.php line 119
     
    		// Set options object.
    		$post = self::setOptionsDefaults( $post );
    
    		return apply_filters( 'aioseo_get_post', $post );
    	}
    
    	/**
    	 * Sets the dynamic defaults on the post object if it doesn't exist in the DB yet.
    	 *
    	 * @since 4.1.4