htmledit_pre

htmledit_pre

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('htmledit_pre') is found 1 times:

  • /wp-includes/deprecated.php line 3624
    	 * @deprecated 4.3.0
    	 *
    	 * @param string $output The HTML-formatted text.
    	 */
    	return apply_filters( 'htmledit_pre', $output );
    }
    
    /**
     * Retrieve permalink from post ID.
     *
     * @since 1.0.0