Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | function sd_pagenow_exclude(){ |
||
14 | return apply_filters( 'sd_pagenow_exclude', array( |
||
15 | 'upload.php', |
||
16 | 'edit-comments.php', |
||
17 | 'edit-tags.php', |
||
18 | 'index.php', |
||
19 | 'media-new.php', |
||
20 | 'options-discussion.php', |
||
21 | 'options-writing.php', |
||
22 | 'edit.php', |
||
23 | 'themes.php', |
||
24 | 'users.php', |
||
25 | ) ); |
||
38 | } |