HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/credoplanning.com/wp-content/plugins/case-theme-user/admin/html_tab_social_login.php
<?php
/**
 * Generate fields in General tab.
 *
 * @author 		Jax Porter
 * @version     1.0.0
 */

?>
<table class="form-table editcomment" >
   <tbody>
        <tr>
            <td>
                <h3>
                <img  src="<?php echo casethemesuser()->acess_url.'images/facebook.png' ?>" title="Google" alt="Google">
                    Facebook
                </h3>
                <a href="https://developers.facebook.com/">Where do I get this info?</a>
            </td>
             <?php
                $this->option_text(array(
                    'id'=>'user_press_face_api_key',
                    'title'=> esc_html__('Facebook API ID', 'ct-user-form'),
                    'default' => '',
                    'placeholder' => 'Example: qBQQF5Cmantse0ptg413Mw'
                ));

                 $this->option_switch(array(
                    'id'=>'user_press_status_face',
                    'title'=> esc_html__('Status login google ', 'ct-user-form'),
                    'default' => '1'
                ));
                ?>
        </tr>
  </tbody>
</table>

<table class="form-table google" >
   <tbody>
    
            <tr class="ct-user-form-option-google">
                <td>
                    <h3>
                            <label class="wp-neworks-label">
                                <img  src="<?php echo casethemesuser()->acess_url.'images/google.png' ?>" title="Google" alt="Google">
                            Google
                            </label>
                    </h3>
                    <a href="https://console.cloud.google.com">Where do I get this info?</a>
                </td>
                     <?php 
                        $this->option_text(array(
                            'id'=>'user_press_google_api_key',
                            'title'=> esc_html__('Google Client ID', 'ct-user-form'),
                            'default' => '',
                            'placeholder' => 'qBQQF5Cmantse0ptg413Mw'
                        ));
                        ?>
               
                        <?php
                         $this->option_switch(array(
                            'id'=>'user_press_status_google',
                            'title'=> esc_html__('Status login google', 'ct-user-form'),
                            'default' => '1'
                        ));
                        ?>
             </tr>
      </tbody>
</table>