PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.5.6
Firebase Authentication v1.5.6
1.7.0 trunk 1.0.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9
firebase-authentication / admin / partials / support / class-mo-firebase-authentication-faq.php
firebase-authentication / admin / partials / support Last commit date
class-mo-firebase-authentication-demo.php 4 years ago class-mo-firebase-authentication-faq.php 4 years ago class-mo-firebase-authentication-support.php 4 years ago
class-mo-firebase-authentication-faq.php
17 lines
1 <?php
2
3 class Mo_Firebase_Authentication_Admin_FAQ {
4
5 public static function mo_firebase_authentication_faq() {
6 self::mo_firebase_auth_faq_page();
7 }
8
9 public static function mo_firebase_auth_faq_page(){
10 ?>
11 <div class="mo_table_layout">
12 <object type="text/html" data="https://faq.miniorange.com/kb/" width="100%" height="600px" >
13 </object>
14 </div>
15 <?php
16 }
17 }