Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aftab Ali Muni

    (@aftabmuni)

    Hello stephenjv (@stephenjv),
    This feature is not available right now. But I am planning to add this in a future release.

    Thanks.

    Actually, hehe, if you go to the file disable-right-click-for-wp.php and on line 43 add || is_page('page-url')

    Line 43 Before:

    if( current_user_can('editor') || current_user_can('administrator') ) {

    Line 43 After:
    if( current_user_can('editor') || current_user_can('administrator') || is_page('contact') ) {

    Boom – the dishes are done, maaaan LOL

    Thank you for the plugin Aftab – stay awesome!!!

    • This reply was modified 4 years, 11 months ago by JJNW.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable right click – ONLY on a specific page?’ is closed to new replies.