/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/templates/wp/php
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";
}