• Hello,
    in wordpress 4.6 I made condition arguments for get_posts like

    Array
    (
        [s] => album
        [post_type] => product
        [post_status] => publish
        [ignore_sticky_posts] => -1
        [numberposts] => -1
        [orderby] => 
        [posts_per_page] => -1
        [suppress_filters] => 
    )

    If search for s key always partial ?
    Also is search is made by post_title field only?

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Is get_posts search key always partial ?’ is closed to new replies.