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
Fatal error: Uncaught Error: Unknown named parameter $form in /www/aeon_689/public/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php:829 Stack trace: #0 /www/aeon_689/public/wp-includes/class-wp-hook.php(285): GFAddOn->enqueue_scripts() #1 /www/aeon_689/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /www/aeon_689/public/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 /www/aeon_689/public/wp-admin/admin-header.php(102): do_action('admin_enqueue_s...', 'toplevel_page_g...') #4 /www/aeon_689/public/wp-admin/admin.php(239): require_once('/www/aeon_689/p...') #5 {main} thrown in /www/aeon_689/public/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php on line 829 |
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
if( | |
strpos( $_SERVER['HTTP_REFERER'], 'wp-admin' ) === false && | |
strpos( $_SERVER['REQUEST_URI'], 'admin-ajax.php' ) !== false | |
) { | |
header( 'Cache-Control: max-age=30000, must-revalidate' ); | |
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', strtotime( '+5000 minutes' ) ) . ' GMT' ); | |
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s', strtotime( '-5000 minutes' ) ) . ' GMT' ); | |
header( $_SERVER["SERVER_PROTOCOL"]." 404 Not Found" ); | |
die; | |
} |
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
<script type="text/javascript"> | |
var gptadslots = []; | |
var googletag = googletag || {}; | |
googletag.cmd = googletag.cmd || []; | |
(function() { | |
var gads = document.createElement('script'); | |
gads.async = true; | |
gads.type = "text/javascript"; | |
var useSSL = "https:" == document.location.protocol; | |
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js"; |
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
TypeError: this.activateMode is not a function | |
at https://www.atmostfear-entertainment.com/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,heartbeat,jquery-ui-mouse,jquery-ui-sortable,postbox,backbone,wp-backbone,media-models,wp-plupload,&load%5B%5D=wp-mediaelement,wp-api-request,media-views&ver=5.0.3:35:24754 | |
at s (https://www.atmostfear-entertainment.com/wp-content/plugins/atomic-blocks/dist/blocks.build.js?ver=1550091284:1:548907) | |
at Function.ss (https://www.atmostfear-entertainment.com/wp-content/plugins/atomic-blocks/dist/blocks.build.js?ver=1550091284:1:591312) | |
at n._createModes (https://www.atmostfear-entertainment.com/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,heartbeat,jquery-ui-mouse,jquery-ui-sortable,postbox,backbone,wp-backbone,media-models,wp-plupload,&load%5B%5D=wp-mediaelement,wp-api-request,media-views&ver=5.0.3:35:24714) | |
at n.initialize (https://www.atmostfear-entertainment.com/wp-admin/load-scripts. |
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
// Remove Emojis | |
function ava_disable_emojis() | |
{ | |
remove_action('wp_head', 'print_emoji_detection_script', 7); | |
remove_action('admin_print_scripts', 'print_emoji_detection_script'); | |
remove_action('wp_print_styles', 'print_emoji_styles'); | |
remove_action('admin_print_styles', 'print_emoji_styles'); | |
remove_filter('the_content_feed', 'wp_staticize_emoji'); | |
remove_filter('comment_text_rss', 'wp_staticize_emoji'); | |
remove_filter('wp_mail', 'wp_staticize_emoji_for_email'); |
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 | |
function fb_js() { | |
if(self::$script_loaded == 1) return; | |
self::$script_loaded = 1; | |
echo ' | |
<script>(function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); js.id = id; | |
js.async = true; |
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
add_filter('wp_mail_from','custom_wp_mail_from'); | |
function custom_wp_mail_from($email) { | |
return '[email protected]'; | |
} |
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
AddDefaultCharset UTF-8 | |
<IfModule mod_mime.c> | |
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml | |
</IfModule> | |
<IfModule mod_headers.c> | |
Header unset ETag | |
</IfModule> | |
FileETag None |
NewerOlder