Plugin Directory

Changeset 1129481


Ignore:
Timestamp:
04/07/2015 11:13:56 AM (11 years ago)
Author:
stur
Message:

edit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-inclusive/trunk/readme.txt

    r662436 r1129481  
    1 === All Inclusive ===
     1=== All Inclusive ===
    22Plugin Name: All Inclusive accelerator
    33Contributors: stur, Y.Stepanov
     
    3131So everything just gets in the cache and subsequent calls get_post_meta will derive value from the cache. The rest is a matter of technique – the data must be carefully arranged, not mixing anything up. All meta fields are added to the $post->meta array, and files into an $post->files array and files are immediately sorted by number order (when downloading it, you can specify the sort order).
    3232In addition, for each file, if it is an image, the full path to the thumbnails is calculated: small (thumbnail), average (medium) and the complete picture (full).
     33
     34= WordPres 4: =
     35The default filter is only connected to the main query using is_main_query().
     36Does not work in is_admin() or is_page().
    3337
    3438[Home page](http://www.wp.od.ua/en/?p=4#Works)
     
    7478= 1.0.6 =
    7579Works with Wordpress 3.5
     80= 1.0.7 =
     81Works with Wordpress 4. The default filter is only connected to the main query using is_main_query().
    7682
    7783== A brief Markdown Example ==
Note: See TracChangeset for help on using the changeset viewer.