REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.35 KB
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/nextend-facebook-connect/compat.php
Text
Base64
<?php class NextendSocialLoginCompatibility { public function __construct() { add_action('after_setup_theme', array( $this, 'after_setup_theme' ), 11); add_action('wp_head', array( $this, 'wplms_hide_duplicate_buttons' ), 10); } public function after_setup_theme() { global $pagenow; /** Compatibility fix for Socialize theme @SEE https://themeforest.net/item/socialize-multipurpose-buddypress-theme/12897637 */ if (function_exists('ghostpool_login_redirect')) { if ('wp-login.php' === $pagenow && !empty($_GET['loginSocial'])) { /** If the action not removed, then the wp-login.php always redirected to {siteurl}/#login/ and it break social login */ remove_action('init', 'ghostpool_login_redirect'); } } } public function wplms_hide_duplicate_buttons() { if (class_exists('vibe_bp_login', false)) { echo "<style> /** WPLMS triggers the same hook twice in the same form -> Hide duplicated social buttons. */ div#vibe_bp_login div#nsl-custom-login-form-2{ display:none; } </style> "; } } } new NextendSocialLoginCompatibility();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 7 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
includes
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
js
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
languages
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
NSL
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
providers
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
template-parts
DIR
-
drwxr-xr-x
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-settings.php
2.65 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
compat.php
1.35 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.html
0 B
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
licence.txt
17.67 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
nextend-facebook-connect.php
1.70 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
nextend-social-login.php
64.33 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
56.77 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
widget.php
6.47 KB
lrw-r--r--
2025-05-19 13:47:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).