add_action('genesis_before', 'login_modal');I am using Genesis. The "genesis_before" action hook adds my code to the front-end within the "gensis_before" area.
function login_modal() {
$modal = '';';
$modal .= do_action('oa_social_login');
$modal .= '
echo $modal;
}
$modal .= do_action('oa_social_login');
$modal .= oa_social_login_render_login_form ('custom');
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers