elementor
3 years ago
admin-create-shortcode.php
7 years ago
admin-create-user.php
3 years ago
admin-custom-function.php
3 years ago
admin-rest-api.php
4 years ago
admin-settings.php
3 years ago
admin-social-button.php
3 years ago
admin-social-enque-script.php
5 years ago
counter-widget.php
3 years ago
counter.php
3 years ago
custom-function.php
4 years ago
login-widget.php
3 years ago
login.php
5 years ago
share-widget.php
3 years ago
share.php
3 years ago
admin-create-shortcode.php
8 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly |
| 3 | /* |
| 4 | # Social Login Shortcode |
| 5 | # [xs_social_login], [xs_social_login provider="facebook,twitter" class="test-class"]Login with Facebook[/xs_social_login] |
| 6 | */ |
| 7 | add_shortcode( 'xs_social_login', 'xs_create_dynamic_shortcode' ); |
| 8 |