Sha256: 69ed51146a8c7f9530457420e0c3643c837b11aba071c01a40462f3a0f94be76
Contents?: true
Size: 442 Bytes
Versions: 6
Compression:
Stored size: 442 Bytes
Contents
module WpWrapper module Modules module Plugins module Akismet def configure_akismet(api_key) options = { :key => {:value => api_key, :type => :input} } response = set_options_and_submit("options-general.php?page=akismet-key-config", {:id => 'akismet-enter-api-key'}, options) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems