getPrefixedThemePostMetaName( 'save_to_cta_data' ), ace()->getPrefixedThemePostMetaName( 'cta_data_nonce' ) ); # Saved Value of Deactivation of Widget Areas $for_cta = get_post_meta( $post->ID, ace()->getPrefixedThemePostMetaName( 'for_cta' ), true ); $for_cta = ( ( is_string( $for_cta ) && '' !== $for_cta ) ? $for_cta : '{}' ); $for_cta = json_decode( $for_cta, true ); if ( null === $for_cta ) { $for_cta = array(); } $for_cta = wp_parse_args( $for_cta, array( 'title' => '', 'hide_title' => '', 'description' => '', 'button' => '', 'link' => '', ) ); esc_html_e( 'If you want to show CTA in Popup Box at Fixed Bottom Position, the CTA will generated by data following.' , Ace::TEXTDOMAIN ); # Form Table Start echo ''; // Title echo ''; echo ''; echo ''; echo ''; echo ''; // Hide Title echo ''; echo ''; echo ''; echo ''; echo ''; // Description echo ''; echo ''; echo ''; echo ''; echo ''; // Button Label echo ''; echo ''; echo ''; echo ''; echo ''; // Link echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'; echo ''; echo ''; echo ''; echo '

'; esc_html_e( 'This value is going to be used as Title. The CTA Title is the label only to identify this page.', Ace::TEXTDOMAIN ); echo '

'; echo ''; echo ''; echo ''; echo '

'; esc_html_e( 'This will hide the CTA title.', Ace::TEXTDOMAIN ); echo '

'; echo ''; echo ''; echo ''; echo '

'; esc_html_e( 'This descriptoin is used when you set the CTA in bottom fixed. If you set the CTA after the content, Content by the blocks will be applied.', Ace::TEXTDOMAIN ); echo '

'; echo ''; echo ''; echo ''; echo '

'; esc_html_e( 'This is going to be used as the Button Label', Ace::TEXTDOMAIN ); echo '

'; echo ''; echo ''; echo ''; echo '

'; esc_html_e( 'URL to be called by the button.', Ace::TEXTDOMAIN ); echo '

';