insert_with_markers_inline_instructions

insert_with_markers_inline_instructions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('insert_with_markers_inline_instructions') is found 1 times:

  • /wp-admin/includes/misc.php line 164
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    *
     * @param string[] $instructions Array of lines with inline instructions.
     * @param string   $marker       The marker being inserted.
     */
    $instructions = apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker );
     
    if ( $switched_locale ) {
        restore_previous_locale();
    }
     
    $insertion = array_merge( $instructions, $insertion );