PHP Classes

File: templates/edit-form-after-title.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Biggidroid Contact for WordPress   templates/edit-form-after-title.php   Download  
File: templates/edit-form-after-title.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Biggidroid Contact for WordPress
Add contact forms to WordPress site pages
Author: By
Last change:
Date: 1 month ago
Size: 483 bytes
 

Contents

Class file image Download
<?php
//check for security
if (!defined('WPINC')) {
    die(
'Cant access file directly');
}
?>
<div class="biggidroid-contact-form-description">
    <p>
        Copy this shortcode and paste it into your post, page, or text widget content:
    </p>
    <p class="biggidroid-contact-highlight">
        [biggidroid-contact-form id="<?php echo esc_html($checkforid->generated_id); ?>" title="<?php echo esc_html(get_post_field('post_title', $checkforid->post_id)); ?>"]
    </p>
</div>