• I would like to have the iProtect plugin working on Pages. Is it possible to register a post rendering hook for pages? Right now it works on “the_content”:

    // Register the function with the post rendering hook
    add_filter('the_content','iprotectImages',99,1);

    But this does not work on a Page:

    <div class="container clear">
            <div class="content">
                <div id="show">
                    <img width="785" height="533" src="http://www.biomatt.nl/wp-content/uploads/2011/01/1171.jpg" class="attachment-full" alt="117" title="117" />            </div>
    
            </div>
    ...

    Is it possible to register a hook on div’s with class=”content”?

    Thanks!

    http://wordpress.org/extend/plugins/iprotect/

  • The topic ‘[Plugin: iProtect] Protect images on Pages’ is closed to new replies.