We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught ReferenceError: $ is not defined
File: visibility_toggle.php
visibility_toggle.php
The text was updated successfully, but these errors were encountered:
Because the Path was http://localhost/quartiersplattform/. Files were always not loaded.
http://localhost/quartiersplattform/
$qp_pages = array( '/sdgs/', '/quartiersplattform/', ); // check for QP Pages foreach ( $qp_pages as $key => $um_url ) { if ( strpos( $REQUEST_URI, $um_url ) !== FALSE ) { files_none(); return false; } }
Sorry, something went wrong.
$qp_pages = array( '/sdgs/', // '/quartiersplattform/', );
j0hannr
No branches or pull requests
Visibility Toggle
Uncaught ReferenceError: $ is not defined
File:
visibility_toggle.php
Screenshot
The text was updated successfully, but these errors were encountered: