Method: Wpxf::Helpers::Export#export_path
- Defined in:
- lib/wpxf/helpers/export.rb
#export_path ⇒ String
Returns the path to save the file to.
24 25 26 27 |
# File 'lib/wpxf/helpers/export.rb', line 24 def export_path return nil if normalized_option_value('export_path').nil? File. normalized_option_value('export_path') end |