Plugin Directory

Changeset 3078102


Ignore:
Timestamp:
04/27/2024 11:18:05 PM (2 years ago)
Author:
knowhalim
Message:

Add action hook menu

Location:
easily-post-gpt
Files:
33 added
2 edited

Legend:

Unmodified
Added
Removed
  • easily-post-gpt/trunk/admin/class-gpt2wp-admin.php

    r3078036 r3078102  
    271271        'gpt2wp_settings_page'
    272272    );
     273    do_action('gpt2wp_extra_menu');
    273274}
    274275add_action('admin_menu', 'gpt2wp_add_menu');
  • easily-post-gpt/trunk/gpt2wp.php

    r3078034 r3078102  
    1717 * Plugin URI:        https://gpttowp.com
    1818 * Description:       Easily post from ChatGPT to your WP without writing any codes.
    19  * Version:           1.0.2
     19 * Version:           1.0.3
    2020 * Author:            Knowhalim
    2121 * Author URI:        https://knowhalim.com/
     
    3232
    3333
    34 define( 'GPT2WP_VERSION', '1.0.2' );
     34define( 'GPT2WP_VERSION', '1.0.3' );
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.