um_after_everything_output

Hook type

Action

Description

Action after load shortcode content

Usage

add_action( 'um_after_everything_output', 'function_name', 10 );

Examples

<?php
add_action( 'um_after_everything_output', 'my_after_everything_output', 10 );
function my_after_everything_output() {
    // your code here
}
?>

Change Log

Since: 2.0

Source

um_after_everything_output is located in includes/core/class-shortcodes.php::line 574