[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f-BH1_nc98T3MhsvKi20JnIeqs89fmYAW6xMOSUPd4Cs":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"mostafas1990","Mostafa Soufi","https:\u002F\u002Fprofiles.wordpress.org\u002Fmostafas1990\u002F",1,400,85,30,84,"2026-05-20T08:02:45.852Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":7,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":32,"download_link":33,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"libwp","LibWp","2.2","\u003Cp>Provide some simple functionality to register some hooks that could not register inside the WordPress themes\u003C\u002Fp>\n\u003Ch3>Quick Start\u003C\u002Fh3>\n\u003Cp>Get instance of main class.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>LibWp();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Post type\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>LibWp()->postType();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Taxonomy\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>LibWp()->taxonomy();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Register a new taxonomy\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>LibWp()->postType()\n    ->setName('book')\n    ->setLabels([\n        'name'          => _x('Books', 'Post type general name', 'textdomain'),\n        'singular_name' => _x('Book', 'Post type singular name', 'textdomain'),\n        'menu_name'     => _x('Books', 'Admin Menu text', 'textdomain'),\n        'add_new'       => __('Add New', 'textdomain'),\n        'edit_item'     => __('Edit Book', 'textdomain'),\n        'view_item'     => __('View Book', 'textdomain'),\n        'all_items'     => __('All Books', 'textdomain'),\n    ])\n    ->setFeatures([\n        'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments'\n    ])\n    ->setArgument('show_ui', true)\n    ->register();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Register a new taxonomy belongs to previous post type\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>LibWp()->taxonomy()\n    ->setName('types')\n    ->setPostTypes('book')\n    ->setArgument('show_in_rest', true)\n    ->setLabels([\n        'name'          => _x('Types', 'taxonomy general name', 'textdomain'),\n        'singular_name' => _x('Type', 'taxonomy singular name', 'textdomain'),\n        'search_items'  => __('Search Types', 'textdomain'),\n        'all_items'     => __('All Types', 'textdomain'),\n        'edit_item'     => __('Edit Type', 'textdomain'),\n        'add_new_item'  => __('Add New Type', 'textdomain'),\n        'new_item_name' => __('New Type Name', 'textdomain'),\n        'menu_name'     => __('Types', 'textdomain'),\n    ])\n    ->register();\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Provide some simple functionality to register some hooks that could not register inside the WordPress themes",7702,80,"2021-04-04T09:11:00.000Z","5.6.17","3.0","7.1",[27,28,29,30,31],"functionality","library","post-type","taxonomy","theme","https:\u002F\u002Fgithub.com\u002Fvitathemes\u002Flibwp","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flibwp.2.2.zip",0,null,"2026-04-16T10:56:18.058Z"]