Title: Additional Content (Messaging Menu)
Last modified: July 25, 2021

---

# Additional Content (Messaging Menu)

 *  [arthurlaw1](https://wordpress.org/support/users/arthurlaw1/)
 * (@arthurlaw1)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/additional-content-messaging-menu/)
 * Hi
    Is it possible to show additional after:
 * Eden Escorts
    This Content is for mature audiences only 18:
 * ( Example Text) BE ADVISED: ADULT CONTENT If you have children who have access
   to the internet, please prevent them from accessing this site by protecting your
   system with the appropriate programs. This site contains adult material that 
   may be offensive to some individuals.
    And Then:
 *     ```
       Please enter your age 18
   
       Are you over 18 years of age?
   
       Yes No
        Remember me
       ```
   
 * Your assistance in allowing for the Additional Content to be the age verification
   check appreciated

Viewing 1 replies (of 1 total)

 *  Plugin Author [Phil](https://wordpress.org/support/users/philsbury/)
 * (@philsbury)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/additional-content-messaging-menu/#post-14698432)
 * Hi [@arthurlaw1](https://wordpress.org/support/users/arthurlaw1/),
 * You can in a couple of ways do this;
 * Have a look at [this thread](https://wordpress.org/support/topic/move-additional-content-above-age-consent-button/)
   and [this one](https://wordpress.org/support/topic/stripping-tags-from-additional-content/#post-14698423),
   or you can add a filter if you don’t need it to be editable:
 *     ```
       add_filter('age_gate_messaging', function ($messages) {
           $custom = '<p><strong>BE ADVISED:</strong> ADULT CONTENT If you have children who have access to the internet, please prevent them from accessing this site by protecting your system with the appropriate programs. This site contains adult material that may be offensive to some individuals.</p>';
           return $custom . $messages;
       });
       ```
   
 * Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Additional Content (Messaging Menu)’ is closed to new replies.

 * ![](https://ps.w.org/age-gate/assets/icon-256x256.png?rev=2783003)
 * [Age Gate](https://wordpress.org/plugins/age-gate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/age-gate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/age-gate/)
 * [Active Topics](https://wordpress.org/support/plugin/age-gate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/age-gate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/age-gate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/philsbury/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/additional-content-messaging-menu/#post-14698432)
 * Status: not resolved