Plugin Directory

Changeset 1646284


Ignore:
Timestamp:
04/27/2017 06:37:03 AM (9 years ago)
Author:
nareshkumar1516
Message:

readme.txt updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • view-my-posts-alone/trunk/readme.txt

    r1646278 r1646284  
    5656
    5757We have to make up the seperate condition in the plugin\'s core file. In the (view_my_posts_alone.php) . There will be a IF condition with this line if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false). You have to add the OR Condition and add as much as CPT that you need.
    58 (E.g) if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false) || if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php?post_type=[students_corner]' ) !== false).
     58(E.g) if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false) || (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php?post_type=[students_corner]' ) !== false).
    5959
    6060= Does this plugin conflict with any other plugins that we have installed in our blog? =
Note: See TracChangeset for help on using the changeset viewer.