Plugin Directory

Changeset 1695008


Ignore:
Timestamp:
07/12/2017 08:39:43 AM (8 years ago)
Author:
Daschmi
Message:
  • Release 1.0
Location:
getcontentfromurl
Files:
10 added
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • getcontentfromurl/tags/1.0/getcontentfromurl.php

    r1694995 r1695008  
    88     * Plugin Name: GetContentFromURL
    99     * Plugin URI: https://daschmi.de/gcfu
    10      * Description: Load Content from url by using xpath
     10     * Description: load content from url by using xpath
    1111     * Version: 1.0
    1212     * Author: Daniel Schmitzer
    1313     * Author URI: https://daschmi.de/
    1414     * Text Domain: gcfu
     15     * Domain Path: /languages
    1516     */
    1617
     
    2122
    2223    add_shortcode('gcfu', array('\gcfu\shortcode', 'gcfu'));
     24
     25    add_action('plugins_loaded', array('\gcfu\action', 'plugins_loaded'));
  • getcontentfromurl/trunk/getcontentfromurl.php

    r1694953 r1695008  
    88     * Plugin Name: GetContentFromURL
    99     * Plugin URI: https://daschmi.de/gcfu
    10      * Description: Load Content from url by using xpath
     10     * Description: load content from url by using xpath
    1111     * Version: 1.0
    1212     * Author: Daniel Schmitzer
    1313     * Author URI: https://daschmi.de/
    1414     * Text Domain: gcfu
     15     * Domain Path: /languages
    1516     */
    1617
     
    2122
    2223    add_shortcode('gcfu', array('\gcfu\shortcode', 'gcfu'));
     24
     25    add_action('plugins_loaded', array('\gcfu\action', 'plugins_loaded'));
Note: See TracChangeset for help on using the changeset viewer.