Title: Important question about functionallity
Last modified: August 31, 2016

---

# Important question about functionallity

 *  [simoptim](https://wordpress.org/support/users/simoptim/)
 * (@simoptim)
 * [10 years ago](https://wordpress.org/support/topic/important-question-about-functionallity/)
 * I have a important preorder question:
 * I want to do following thing:
    A user logged in after his registration. Then 
   he see a singlesite (only logged in user) and on this site is different content.
   On the same site i want to hide some content with a shortcode. And the content
   is showing after 5 days – after the user logged in and see this site for the 
   first time!!! This „countdown“ for showing the content counts for each user for
   itself.
 * Can i do this with your plugin? And can you tell me how i can do this?
 * [https://wordpress.org/plugins/timed-content/](https://wordpress.org/plugins/timed-content/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [K. Tough](https://wordpress.org/support/users/kjvtough/)
 * (@kjvtough)
 * [10 years ago](https://wordpress.org/support/topic/important-question-about-functionallity/#post-7182810)
 * You might be able to use the plugin’s action hooks:
    - Set the server shortcode or rule’s `show` atrribute to 0.
    - In the function you hook in, look up the current user and check when she was
      created.
    - If it’s more than 5 days, override `$content` with the new content you want
      to show and return that to the user.
 * You’ll need to be comfortable with PHP programming and developing with WordPress,
   but it should be doable. Good luck.

Viewing 1 replies (of 1 total)

The topic ‘Important question about functionallity’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [K. Tough](https://wordpress.org/support/users/kjvtough/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/important-question-about-functionallity/#post-7182810)
 * Status: not resolved