vapvarun

Reign Login/Register Popup with miniorange Social Login

Jan 28th, 2022 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. // miniorange Use social login Shortcode in the content of the required page/post where you want to display Social Login Icons
  2.  
  3. add_action( 'reign_login_form_bottom', 'social_login_echo_1' );
  4. function social_login_echo_1(){
  5.    echo apply_shortcodes('[miniorange_social_login theme="default"]');
  6. }
  7. add_action( 'reign_register_form_bottom', 'social_register_echo_2' );
  8. function social_register_echo_2(){
  9.    echo apply_shortcodes('[miniorange_social_login theme="default"]');
  10. }
Add Comment
Please, Sign In to add comment