Plugin Directory

Changeset 1116691


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

readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • actions-unveiled/branches/1.0.0/readme.txt

    r1116686 r1116691  
    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`<?php
     65    if (defined('BE_MCH_ACTUNV')) {
     66        new BE_MCH_ACTUNV_messenger('<your message>');
     67    }
     68?>`
    7069
    7170Note: don't forget the backslash if you're inside a namespace.
    7271
    73     new\ BE_MCH_ACTUNV_messenger('<your message>');
     72`<?php new \BE_MCH_ACTUNV_messenger('<your message>'); ?>`
    7473   
    7574== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.