if (!-e $request_filename ){
set $test P;
}
if ($uri !~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon)){
set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host | |
_D60DEBDF7C7954E5434758AEA14C3DC8.avolvesoftware.com | |
Target | |
64CDEFA5CAA71B480B83A106A2209375.C1A9952702C6DE371888D0CC387CB47F.653fca02e5829.comodoca.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Add Attachment ID to WordPress Media Library Details Panel. | |
* | |
* This snippet adds a new, non-editable field to the "Attachment Details" | |
* panel in the WordPress Media Library, displaying the media file's unique ID. | |
* | |
* HOW TO USE: | |
* 1. The BEST way: Use a code snippets plugin like WPCode. | |
* 2. The ADVANCED way: Add it to a custom functionality plugin. |
OlderNewer