• Resolved ionurboz

    (@ionurboz)


    Hi;

    I am want to disable all functions (hooks).

    I am just using simple gets. (wp_post_meta).

    e.g. just work post function. “Disable RSS, Disable comment, Disable users, Disable javascripts, disable thumbnails, disable attacments, disable plugins, disable date archive, disable search, and disable more…”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The big question is why do you want do that? Is it in a WordPress site, or do you want the data for another external site/system?

    If you only want the meta details without any of the WordPress system, the best way to do it is create your own PH file, connect to the database yourself and query the meta table for the results that you need. That will be about as light-weight as you can get.

    Thread Starter ionurboz

    (@ionurboz)

    i choose wordpress of security

    Moderator bcworkz

    (@bcworkz)

    If you want to disable functions to enhance security, you are spending time on something with nothing gained for your efforts. You should expend your efforts where they will make a difference. See Hardening WordPress.

    WordPress will not run without hooks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable WordPress functions?’ is closed to new replies.