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

Version Path
wp_wrapper-0.0.7 lib/wp_wrapper/modules/plugins/akismet.rb
wp_wrapper-0.0.6 lib/wp_wrapper/modules/plugins/akismet.rb
wp_wrapper-0.0.5 lib/wp_wrapper/modules/plugins/akismet.rb
wp_wrapper-0.0.4 lib/wp_wrapper/modules/plugins/akismet.rb
wp_wrapper-0.0.3 lib/wp_wrapper/modules/plugins/akismet.rb
wp_wrapper-0.0.2 lib/wp_wrapper/modules/plugins/akismet.rb