apply_filters( 'mc_shortcode_generator', $output, $post ) → {string|array}
Inject custom shortcode generator output. Handles custom shortcode generation.
Parameters:
Name | Type | Description |
---|---|---|
$output |
string | Output from handling a POST request. |
$post |
string | $_POST input. |
- Source:
Returns:
- Type
- string | array