return $r; } /** * @param int $page 页数 * @param int $pagesize 每页显示数量 * @return mixed */ function link_find($page = 1, $pagesize = 100) { $arr = link__find($cond = array(), array('rank' => -1), $page, $pagesize); return $arr; } /** * @param $id * @return bool 返回FALSE失败 TRUE成功 */ function link_delete($id) { if (empty($id)) return FALSE; $r = link__delete(array('id' => $id)); link_delete_cache(); return $r; } //--------------------------kv + cache-------------------------- /** * @return mixed 返回全部友情链接 */ function link_get($page = 1, $pagesize = 100) { $g_link = website_get('friends_link'); if (empty($g_link)) { $g_link = link_find($page, $pagesize); $g_link AND website_set('friends_link', $g_link); } return $g_link; } // delete kv and cache function link_delete_cache() { website_set('friends_link', ''); return TRUE; } ?>plugins - WooCommerce deleted all my menus, categories, theme, pages
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - WooCommerce deleted all my menus, categories, theme, pages

programmeradmin4浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 5 years ago.

Improve this question

i have installed
WooCommerce plugin and i have supersized that all my menus, categories, theme, pages ....etc have deleted
the only good news is my products didn't delete

i have tried to deactivate it but nothing goes back

how could i undo these changes please anyone can help me

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 5 years ago.

Improve this question

i have installed
WooCommerce plugin and i have supersized that all my menus, categories, theme, pages ....etc have deleted
the only good news is my products didn't delete

i have tried to deactivate it but nothing goes back

how could i undo these changes please anyone can help me

Share Improve this question asked Nov 28, 2019 at 23:25 basel salobasel salo 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Woocommerce gives the option to use their own theme so perhaps this is your issue. If that’s the case, goto Themes and activate your old theme and everything should go back to normal.

发布评论

评论列表(0)

  1. 暂无评论