Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add custom page in backend not by plugin
#3
OK, thank you for clarification. So please back for a moment to plugins.
Because my plugin should alter all content (put special form and other elements in page content) I should use core filter:
Code:
add_filter('content','my_function');
If it is correct go to next problem, how I can restrict this plugin to alter content only one particular page?
By checking slug name or something different?

Best wishes
ArekS
Reply


Messages In This Thread
RE: Add custom page in backend not by plugin - by arek1 - 2013-05-21, 00:29:22



Users browsing this thread: 1 Guest(s)