frontier_post_form_standard_init broken
-
function fp2_my_custom_text_field( $thispost, $tmp_task_new, $fpost_sc_parms) {
echo “<P>AHA!”;
}
add_action( ‘frontier_post_form_standard_init’, ‘fp2_my_custom_text_field’, 10, 3 );doesn’t produce any text on the page.
Action: frontier_post_form_standard_init (file: frontier_post_form_standard.php)
From v.5.1.6
Allows insert of html, fires just after form is defined, before fields – Passes 3 variables
$thispost: Post object for the post
$tmp_task_new: Equals true if the user is adding a post
$fpost_sc_parms: Shortcode parametersimplies it can insert HTML.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘frontier_post_form_standard_init broken’ is closed to new replies.