aioseo_{$this->name}_do_shortcodes

aioseo_{$this->name}_do_shortcodes

Hook Type: filter

See hook in core

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

apply_filters('aioseo_{$this->name}_do_shortcodes') is found 1 times:

  • /app/Common/Meta/Helpers.php line 59
    	 */
    	public function sanitize( $value, $objectId = false, $replaceTags = false ) {
    		$value = $replaceTags ? $value : aioseo()->tags->replaceTags( $value, $objectId );
    
    		if ( apply_filters( "aioseo_{$this->name}_do_shortcodes", true ) ) {
    			$value = aioseo()->helpers->doShortcodes( $value );
    		}
    
    		$value = aioseo()->helpers->decodeHtmlEntities( $value );
    		$value = $this->encodeExceptions( $value );
    		$value = wp_strip_all_tags( strip_shortcodes( $value ) );