gatherpress_text_after

Last updated July 11, 2026, Version 0.34

Auto-generated Example

add_action(
   'gatherpress_text_after',
    function(
        $name,
        $value
    ) {
        // Your code here.
    },
    10,
    2
);

Parameters

  • $name
  • $value

Files

do_action( 'gatherpress_text_after', $name, $value )

← All Hooks