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 | } |