Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18408, comment 25


Ignore:
Timestamp:
02/24/2017 05:19:38 PM (8 years ago)
Author:
jpSimkins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18408, comment 25

    initial v1  
    1313}}}
    1414
    15 It needs to be noted that you cannot use the loop methods like `get_the_title()` but you can easily call `$p->post_title`. I do not believe the filters are applied to these so you may need to use a different object for the backend than the frontend.
     15It needs to be noted that you cannot use the loop methods like `get_the_title()` but you can easily call `$p->post_title`. I do not believe the filters are applied to these so you may need to use a different object for the backend than the frontend since the issue is only on the backend of WP.