/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/templates/wp/php
NameSizeModeActions
head.php12760644editdlrm
head_wp.php11240644editdlrm
menu.php2320644editdlrm
messages.php2360644editdlrm
pagination.php2380644editdlrm
toolbar.php2350644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/templates/wp/php/head.php (1276B)
getScriptOptions(), $prettyPrint); $jsonOptions = $jsonOptions ? $jsonOptions : '{}'; echo "\t\n"; // CSS files foreach ($this->getStyles() as $url => $params) { $media = ($params['media']) ? "media=\"{$params['media']}\"" : ''; echo "\t\n"; } // Inline style foreach ($this->getStyleDeclarations() as $type => $content) { echo "\t"; } // JavaScript files foreach ($this->getScripts() as $url => $params) { echo "\t\n"; } // Inline script declarations foreach ($this->getScriptDeclarations() as $type => $content) { echo "\t"; }