最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

urls - how to include my homepage and scc in to a plugin

programmeradmin1浏览0评论
<?php    
    Plugin Name: Contact Form
    Plugin URl: https:/jeti/
    Description: my first plugin aplication contact form
    Version: 1.0
    Author: Admin
    Author URL: 
    License: GPL2
    
    */
    add_action('init', 'registerPlugin');
    
    function registratePlugin(){
    
    register_activation_hook(__FILE__, 'myPluginCallBack');
    
    get_home_path('home.php');
    
    }
    
    function myPluginCallBack (){
    
    ?>
    <script> alert('plugin activate');</script>activate
    ]
发布评论

评论列表(0)

  1. 暂无评论