Plugin Directory

Changeset 1116688


Ignore:
Timestamp:
03/20/2015 08:33:17 AM (11 years ago)
Author:
Sergejack
Message:

readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • actions-unveiled/trunk/readme.txt

    r1116686 r1116688  
    1919Allow to track hooks and debug messages during page life cycle.
    2020
    21 Target Audience
    22 ---------------
     21**Target Audience**
    2322
    2423This plugin is suited for **developpers**.
    2524
    26 Features
    27 --------
     25**Features**
    2826
    2927* Tree view of hooks
     
    6462**A.** Simply add the following php code block with your message:
    6563
    66     if (defined('BE_MCH_ACTUNV')) {
    67         // new \BE_MCH_ACTUNV_messenger
    68         new BE_MCH_ACTUNV_messenger('<your message>');
    69     }
     64`if (defined('BE_MCH_ACTUNV')) {
     65        new BE_MCH_ACTUNV_messenger('<your message>');
     66    }
     67`
    7068
    7169Note: don't forget the backslash if you're inside a namespace.
    7270
    73     new\ BE_MCH_ACTUNV_messenger('<your message>');
     71`new \BE_MCH_ACTUNV_messenger('<your message>');`
    7472   
    7573== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.