htmledit_pre

htmledit_pre

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('htmledit_pre') is found 1 times:

  • /wp-includes/deprecated.php line 3638
    3634
    3635
    3636
    3637
    3638
    3639
    3640
    3641
    3642
    3643
    3644
         * @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