Warning: Use of undefined constant NONCE_SALT
-
Hi,
Following text shows when I’m logged in to WordPress (not on the frontend):Warning: Use of undefined constant NONCE_SALT – assumed ‘NONCE_SALT’ (this will throw an Error in a future version of PHP) public_html/wp-content/plugins/smart-slider-3/includes/shortcode.php on line 51
The code on line 51:
‘src’ => site_url(‘/’) . ‘?n2prerender=1&n2app=smartslider&n2controller=slider&n2action=iframe&sliderid=’ . $sliderIDorAlias . ‘&hash=’ . md5($sliderIDorAlias . NONCE_SALT)
I have the PHP version 7.2.9
How can I fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Warning: Use of undefined constant NONCE_SALT’ is closed to new replies.